NAME dec - Decrement a variable SYNOPSIS dec variable [offset] DESCRIPTION This command will subtract an offset from a numeric variable: variable = variable - offset RETURN CODES <0 Error 0 The result of the decrement is greater than zero. 1 The result of the decrement is less than or equal to zero.